View Issue Details

IDProjectCategoryView StatusLast Update
0000470WishesViewerpublic2013-02-03 00:34
Reporterrustam Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Product Version1.80 
Fixed in Version2.0 
Summary0000470: Add UTF-8 Encoding to Viewer,Editor
Descriptionнасколько я понимаю в FARe пока нет поддержки многобайтных кодировок кроме Unicode. это очень затрудняет просмотр файлов в utf8.

краткое описание utf8 - основные символы занимают 1 байт, остальные - 2 или 3.
преобразование в юникод и обратно оч простое:

      Unicode range | UTF-8 octet sequence
      (hexadecimal) | (binary)
   --------------------+---------------------------------------------
   0000 0000-0000 007F | 0xxxxxxx
   0000 0080-0000 07FF | 110xxxxx 10xxxxxx
   0000 0800-0000 FFFF | 1110xxxx 10xxxxxx 10xxxxxx

http://tools.ietf.org/html/rfc3629
TagsNo tags attached.
Build0

Activities

vskirdin

2009-02-19 18:37

administrator   bugnote:0002533

билд?
ХЗ, где то в начале
в любом случае работает

Issue History

Date Modified Username Field Change
2008-02-27 16:07 rustam New Issue
2009-02-19 18:30 samlyukov Status new => resolved
2009-02-19 18:30 samlyukov Resolution open => fixed
2009-02-19 18:30 samlyukov Assigned To => samlyukov
2009-02-19 18:37 vskirdin Build => 0
2009-02-19 18:37 vskirdin Note Added: 0002533
2009-02-19 18:37 vskirdin Status resolved => closed
2009-02-19 18:37 vskirdin Fixed in Version => 2.0
2009-02-19 19:21 alexy Assigned To samlyukov =>
2013-02-03 00:34 alexy Severity major => feature