Top "File-encodings" questions

In communications and Information processing, file-encoding is the process by which information from a source is converted into symbols to be communicated.

How can I be sure of the file encoding?

I have a PHP file that I created with VIM, but I'm not sure which is its encoding. When I …

utf-8 character-encoding file-encodings
StreamWriter and UTF-8 Byte Order Marks

I'm having an issue with StreamWriter and Byte Order Marks. The documentation seems to state that the Encoding.UTF8 encoding …

c# file-encodings
Java Charset problem on linux

problem: I have a string containing special characters which i convert to bytes and vice versa..the conversion works properly …

java character-encoding file-encodings
PowerShell out-file: prevent encoding changes

I'm currently working on some search and replace operation that I'm trying to automate using powershell. Unfortunately I recognized yesterday …

powershell encoding file-encodings
Is there way to check charset encoding of .txt file with Java?

Is there way to check is text file (.txt) encoded with Unicode or UTF-8 with Java?

java unicode utf-8 character-encoding file-encodings
Powershell: Get default system encoding

The powershell cmdlet out-file has the switch -encoding witch you can set to default. This default value will use the …

powershell file-encodings
File.listFiles() mangles unicode names with JDK 6 (Unicode Normalization issues)

I'm struggling with a strange file name encoding issue when listing directory contents in Java 6 on both OS X and …

java unicode normalization unicode-normalization file-encodings
How to set default system file encoding in IntelliJ IDEA

I want IDEA to use whatever default system encoding is, instead it uses whatever is set through Settings > File …

file intellij-idea file-encodings
Converting Mac Roman character to equivalent UTF-8

I have been given some HTML files that use the Mac OS Roman file encoding. The files have French text, …

unicode utf-8 character-encoding file-encodings mac-roman
How can I set the default file format in the Delphi IDE to UTF8?

Delphi 2009 sets the default file format for new source code files to ANSI, this makes the source code platform-dependent. Even …

delphi utf-8 delphi-2009 file-encodings