Skip to main content
Back to USENIX
  • Conferences
  • Students
Sign in

USENIX Conference Policies

  • Event Code of Conduct
  • Conference Network Policy
  • Statement on Environmental Responsibility Policy

Citrus Project: True Multilingual Support for BSD Operating Systems

Citrus project aims to implement a complete multilingual programming environment for BSD-based operating systems. The goals include:

  • ISO C/SUS V2-compatible multilingual programming environment (locale support),
  • multi-script framework, which decouples C API and actual external/internal encoding,
  • gettext and POSIX NLS catalog,

All of our source code is, and will be distributed under a BSD-like license. The paper concentrates onto the multi-script framework, which is unique and central to our approach. Most other free software implementations support only Unicode in their multilingual library, or converts external representation into Unicode internal representation and loses significant information on the external representation. We believe a Unicode-only approach is not future-proven, and is not the right way to handle multilingual text. We support multiple different encodings in ISO C/SUS V2 compatible library, and made our library code (as well as user programs) future-proven.

Jun-ichiro itojun Hagino, Internet Initiative Japan Inc.

BibTeX
@inproceedings {270973,
author = {Jun-ichiro itojun Hagino},
title = {Citrus Project: True Multilingual Support for {BSD} Operating Systems},
booktitle = {2001 USENIX Annual Technical Conference (USENIX ATC 01)},
year = {2001},
address = {Boston, MA},
url = {https://www.usenix.org/conference/2001-usenix-annual-technical-conference/citrus-project-true-multilingual-support-bsd},
publisher = {USENIX Association},
month = jun
}
Download

Links

Paper: 
http://usenix.org/publications/library/proceedings/usenix01/freenix01/full_papers/hagino/hagino.pdf
Paper (HTML): 
http://usenix.org/publications/library/proceedings/usenix01/freenix01/full_papers/hagino/hagino_html/index.html
  • Log in or register to post comments

© USENIX
EIN 13-3055038

  • Privacy Policy
  • Contact Us