Back to Programmer's guide
Internationalization
Unicode support
Here are some notes and guidelines about Unicode support in Aida:
- Use Unicode only internally in Smalltalk
- convert external sources to and from Unicode when interfaces to external world
- Aida/Web uses UTF-8 encoding to interface your internal Smalltalk domain model in Unicode to a web
There are quite some relics from the past regarding codepage support in class side of AIDASite but this will soon be obsoleted and Aida will strictly use only UTF-8 encoding.