Changeset 6765
- Timestamp:
- 11/29/07 23:08:26 (9 months ago)
- Files:
-
- django/trunk/docs/i18n.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/i18n.txt
r6700 r6765 462 462 work internally and because we want to allow non-ASCII source strings in 463 463 Django's core and your applications, you **must** use UTF-8 as the encoding 464 for your PO file (this means that everybody will be using the same465 encoding, which is important when Django processes the PO files ).464 for your PO file. This means that everybody will be using the same 465 encoding, which is important when Django processes the PO files. 466 466 467 467 To reexamine all source code and templates for new translation strings and
