tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

directory.txt (1263B)


      1 Directory Structure :
      2 ================================
      3 
      4 idl        - public .idl files
      5 public     - public header file
      6 src        - source directory of charset converter manager and utilities, and
      7             charset converters for ISO-8859-1, CP1252, MacRoman and UTF-8
      8 tests      - tests program and application for charset converter 
      9 tests/unit - xpcshell tests
     10 tools      - tools to build the tables used by the converters
     11 util       - utility functions used by the converters
     12 
     13 The following directories contain different charset converters:
     14 
     15 ucvcn    - Simplified Chinese charsets - GB2312, HZ, ISO-2022-CN, GBK, GB18030
     16 ucvja    - Japanese charsets - Shift-JIS, ISO-2022-JP, EUC-JP
     17 ucvko    - Korean charsets - ISO-2022-KR, EUC-KR, Johab
     18 ucvlatin - Latin charsets and others - ISO-8859-x, CP1250-1258
     19                            CP866, 874, KOI8,
     20                            Mac charsets, TIS620, UTF16
     21 ucvtw    - Traditional Chinese charsets Set 1 - Big5
     22 ucvtw2   - Traditional Chinese charsets Set 2 - EUC-TW
     23 
     24 Within the directories containing charset converters:
     25 
     26 *.ut - tables used to convert to Unicode from a charset
     27 *.uf - tables used to convert to a charset from Unicode
     28 
     29 The following directories are obsolete and should not be used:
     30 
     31 ucvth
     32 ucvvt