Nantes Université

Skip to content
Extraits de code Groupes Projets
Non vérifiée Valider 4c9d411a rédigé par qykth-git's avatar qykth-git Validation de GitHub
Parcourir les fichiers

UTF- 8/ANSI input support for Unix (#60)

* Use UTF-8 for multi-byte character I/O everywhare

This fix is required for "libstdc++".
Without this fix, "libstdc++" only works for 7bit ASCII.

It fixes https://github.com/microsoft/pict/issues/24 .

* Use current locale instead of fixed UTF-8 locale

It is good for non-UTF-8 (ANSI/OEM) encoding input.
Use environment variable "LANG" or "LC_CTYPE" to change input encoding.

(example)
$ LC_CTYPE="C.UTF-8" pict utf8-input.txt

* Add document for non-ASCII (UTF-8/ANSI) input encoding
parent 1661503d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Chargement en cours
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter