character-encoding Questions

2

Solved

I have been trying to download attachment with Chinese filename but somehow their encoding changes while downloading and some gibberish filename is saved where there are Chinese chararchters. Techn...
Shantay asked 18/5, 2018 at 9:59

6

Solved

Does Unicode store stroke count information about Chinese, Japanese, or other stroke-based characters?
Isolative asked 7/3, 2010 at 22:53

2

I am writing a golang command line program that accepts user input. This input string has to be converted to UTF-8 and sent to another server for processing. On Linux, the terminal encoding is almo...
Scrimp asked 6/10, 2016 at 1:23

2

Solved

A MySQL database running on Debian (version 5.5.41-0+wheezy1-log). A table hotels with a column name VARCHAR(128) and engine is InnoDB. CREATE TABLE `hotels` ( `id` int(11) unsigned NOT NULL AUT...
Premonish asked 10/4, 2015 at 21:16

11

Solved

I need to convert large UTF-8 strings into ASCII. It should be reversible, and ideally a quick/lightweight algorithm. How can I do this? I need the source code (using loops) or the JavaScript code...
Superphosphate asked 7/5, 2009 at 12:17

2

I was curious if I should encode urls with ASCII or UTF-8. I was under the belief that urls cannot have non-ASCII characters, but someone told me they can have UTF-8, and I searched around and coul...
Partite asked 12/3, 2014 at 16:14

5

In what 8-bit ASCII-like character set for English is 0x9d meaningful? I'm cleaning up some old data files, and occasionally finding a 0x9d in otherwise-ASCII text. (No, it's not UTF-8.) It's not...
Biles asked 18/8, 2017 at 5:27

10

Solved

It's a capital A with a ^ on top: Â It is showing up in strings pulled from webpages. It shows up where there was previously an empty space in the original string on the original site. This is the...
Steppe asked 25/8, 2011 at 7:27

5

Solved

I have a Hungarian statement that I would like to log to the console like this: console.log('Probléma a működésben.'); But it prints the following: > Probléma a működésben. The non ASCII c...

5

Solved

Okay, something just went crazy. Unless China is taking over starting with my test style.css file on my iepage - well I guess they are starting off on the right foot hating on IE, but anyways. It l...
Cella asked 30/8, 2012 at 4:48

6

Solved

I have been given an export from a MySQL database that seems to have had it's encoding muddled somewhat over time and contains a mix of HTML char codes such as & uuml; and more problematic char...
Jazzy asked 20/2, 2013 at 12:46

2

Solved

I have a PDF generated by a third party. I am trying to get the text out of it, but neither pdf2text nor copying and pasting results in readable text. After a little digging in the output (of eithe...
Weathered asked 19/6, 2013 at 14:23

7

Solved

When your XML input isn't encoded in UTF-8, the Unmarshal function of the xml package seems to require a CharsetReader. Where do you find such a thing ?
Pickax asked 14/5, 2011 at 15:0

5

Solved

I just got knocked down after our server has been updated from Debian 4 to 5. We switched to UTF-8 environment and now we have problems getting the text printed correctly on the browser, because al...
Psf asked 22/2, 2010 at 15:8

3

Solved

I have a migration in Yii2, where I try create a table. I set charset for table, but I don't know how to set charset for particular column. For example: $this->createTable('some_table', [ 'co...
Bilbo asked 18/8, 2016 at 6:17

3

Solved

I'm having a problem with Spanish characters in a classic asp site. A user is able to submit their name/address in a form on an aspx page. The aspx page then does an ajax post to a classic asp page...
Atronna asked 22/8, 2012 at 23:40

5

the problem is to remove some strange, characters from domain name, but keep special unicode characters such as accented letters (german, danish of polish language) For example: radis­son-blu.es, y...
Rhody asked 16/7, 2012 at 13:48

3

I'm changing my application to work with utf-8 pages. So every ASP page has this code Response.CodePage = 65001 Response.CharSet = "utf-8" And HTML <meta charset="UTF-8" /> <meta http...
Skysweeper asked 20/7, 2015 at 19:6

2

Solved

I have gone through the official postgres documentation to know about the LC_COLLATE and LC_TYPE. But, still I don't understand it correctly. Can anyone help me in understanding these concepts and ...
Valve asked 21/7, 2021 at 13:1

4

Solved

I'm trying to store a tweet in my database with twitter api, but I get this kind of strage chars which seems to be "naturals" bold chars NORMAL CHARS: azertyuio STRANGE CHARS: 𝘀𝗲𝘁 𝗶𝘀 𝗿𝗲...
Rocaille asked 15/2, 2017 at 16:0

12

Solved

I'm creating a simple wordcount program in Java that reads through a directory's text-based files. However, I keep on getting the error: java.nio.charset.MalformedInputException: Input length = 1...
Tucket asked 8/10, 2014 at 23:41

4

Solved

I've created a UTF8 script for PowerShell with non-ascii characters. characters.ps1: Write-Host "ç â ã á à" When the script is run in PowerShell console, it outputs wrong characters. Howeve...
Ingather asked 23/1, 2013 at 14:38

4

Solved

I am wondering if anyone knows the tag for check mark symbol. I need to have it in a texblock. I looked online for any clue and did not find anything that will work with XAML. Thank you in advance....
Mercer asked 2/9, 2010 at 4:12

4

Solved

I am trying to set charset="utf-8" inside the javascript file itself, not in the script tag, I know that I can do this: <script type="text/javascript" charset="UTF-8" src="xyz.js"></scrip...
Vida asked 17/6, 2017 at 15:13

15

Solved

I wonder if it's possible to save all files in a Visual Studio 2008 project into a specific character encoding. I got a solution with mixed encodings and I want to make them all the same (UTF-8 wit...
Tabbi asked 11/11, 2008 at 0:31

© 2022 - 2024 — McMap. All rights reserved.