Questions tagged [utf-8]

For discussions about UCS Transformation Format with 8 bits (UTF8). It is an encoding table that represents all characters in the Unicode character set.

267 questions
129
votes
2 answers

Is it possible to create a QR code using text?

QR codes I have seen are mostly image files. But can you create QR codes using plain text? For example ASCII and UTF-8 have black boxes as characters. Can I use those together with spaces to create a QR code?
MCK
  • 1,155
  • 3
  • 9
  • 11
69
votes
2 answers

Setting UTF8 as default Character Encoding in Windows 7

is there a way to set Windows 7 to globally use UTF-8 as standard? its really annoying to set every single text editor to use it.
Baarn
  • 6,624
  • 6
  • 35
  • 64
52
votes
5 answers

Notepad++ inserting special Unicode characters in UTF-8

What's the best ways to enter special Unicode characters into a Notepad++ document? Do I have to rely on the operating system (Windows)? Looking for a see-and-click solution. I can bring up the ASCII Insertion Panel with Edit | Character Panel —…
Bob Stein
  • 1,383
  • 1
  • 16
  • 23
50
votes
5 answers

How can I change the default encoding type Thunderbird uses when composing a new email?

Whenever I compose a new email message in Thunderbird, it defaults to the Western (ISO-8859-1) encoding, and I have to manually change it to UTF-8 every time. How do I change the default?
hpy
  • 6,001
  • 20
  • 60
  • 86
49
votes
1 answer

How can I convert multiple files to UTF-8 encoding using *nix command line tools?

Possible Duplicate: Batch-convert files for encoding or line ending I have a bunch of text files that I'd like to convert from any given charset to UTF-8 encoding. Are there any command line tools or Perl (or language of your choice) one liners I…
jason
  • 655
  • 1
  • 7
  • 11
44
votes
8 answers

Excel: Change default encoding (file origin) of Text Import Wizard to UTF-8 (65001 : Unicode)

I am using a variety of tools to regularly prepare data for the web. One stage requires me to open a CSV in Excel, make changes and save the file. Is there a way to force Excel to accept UTF-8 encoding, and to save its files with that encoding?
Dizzley
  • 1,041
  • 2
  • 12
  • 19
34
votes
1 answer

ANSI to UTF-8 in Notepad++

I have a text encoded in ANSI: When I tried to convert it into UTF-8 (using the Notepad++ menu Encoding > UTF-8), I get some weird characters: I thought that UTF-8 was a superset of ANSI and that I subsequently wouldn't have such issues. Is there…
user3658425
  • 345
  • 1
  • 3
  • 8
31
votes
6 answers

Converting text file to UTF-8 on Windows command prompt

I need to convert a text file to UTF-8 format via Windows command prompt. This needs to be done on another machine and I do not have rights to install software on that machine. I need something like: c:\notepad source-file target-file --encoding…
user1107888
  • 413
  • 1
  • 4
  • 4
27
votes
8 answers

Extract large zip file (50 GB) on Mac OS X

I was trying to move the files to another hard drive. So I archived all my photos in one large ZIP file using the Mac OS X built-in compress function. But the file failed to extract. I've tried many programs, but none of the programs I tried were…
chingjun
26
votes
4 answers

Is there a Linux command to find out if a file is UTF-8?

The Joomla .ini files require to be saved as UTF-8. After editing I'm not sure if the files are UTF-8 or not. Is there a Linux command like file or a few commands that would tell if a file is indeed UTF-8 or not?
Edward
  • 459
  • 2
  • 6
  • 14
23
votes
2 answers

Changing the default ANSI to UTF-8 in Notepad

I got an e-book reader a few months ago, and I finally figured out why it doesn't display .txt files correctly. It doesn't like ANSI. It has no problem with the other 3 types of coding notepad provides. For a reason I chose UTF-8 and decoded all…
Emma
  • 231
  • 1
  • 2
  • 3
21
votes
1 answer

Differences between en_US.utf8 and en_US.UTF-8?

I've had a terrible time getting zsh to play nicely with Debian Jessie, and I've come to the conclusion that my issues all stem from my system's locale. Running locale, I…
rayhem
  • 435
  • 1
  • 3
  • 9
20
votes
2 answers

How can I enforce so Notepad++ uses UTF-8 every time I create a new file?

I want to use the character encoding UTF-8 (without BOM) on my files. I can change the encoding from the "Format" menu, but it is reset every time I create a new file or open a file. How can I do so Notepad++ uses UTF-8 (without BOM) as default…
Jonas
  • 26,874
  • 52
  • 105
  • 125
20
votes
2 answers

What's the code page of UTF-8?

My command prompt's default code page is 936. I need to change it to UTF-8. chcp 65001 The above doesn't work. What's the correct one?
Shore
19
votes
1 answer

Hyphen is not rendering in Notepad++

I'm sure this is an encoding issue, but I can't figure it out. I exported a spreadsheet from Excel as a UTF-8 CSV. This produced a CSV in the UTF-8-BOM character encoding. Opening this file in Notepad++, most of the characters were rendered…
Joaquim d'Souza
  • 343
  • 2
  • 8
1
2 3
17 18