Nantes Université

Skip to content
Extraits de code Groupes Projets
  1. août 11, 2021
    • qykth-git's avatar
      UTF- 8/ANSI input support for Unix (#60) · 4c9d411a
      qykth-git a rédigé
      * 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
  2. mars 17, 2021
  3. fév. 28, 2021
  4. fév. 24, 2021
  5. fév. 12, 2021
  6. jan. 15, 2021
  7. nov. 20, 2020
  8. mai 15, 2020
  9. mai 04, 2020
  10. sept. 06, 2019
  11. juil. 18, 2019
  12. nov. 23, 2018
  13. sept. 27, 2018
  14. sept. 18, 2018
  15. sept. 17, 2018
  16. sept. 15, 2018
Chargement en cours