| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-11-25 | Change how GF deals with character encodings in grammar files | hallgren | |
| 1. The default encoding is changed from Latin-1 to UTF-8. 2. Alternate encodings should be specified as "--# -coding=enc", the old "flags coding=enc" declarations have no effect but are still checked for consistency. 3. A transitional warning is generated for files that contain non-ASCII characters without specifying a character encoding: "Warning: default encoding has changed from Latin-1 to UTF-8" 4. Conversion to Unicode is now done *before* lexing. This makes it possible to allow arbitrary Unicode characters in identifiers. But identifiers are still stored as ByteStrings, so they are limited to Latin-1 characters for now. 5. Lexer.hs is no longer part of the repository. We now generate the lexer from Lexer.x with alex>=3. Some workarounds for bugs in alex-3.0 were needed. These bugs might already be fixed in newer versions of alex, but we should be compatible with what is shipped in the Haskell Platform. | |||
| 2013-06-15 | Improvements In Sindhi RG | virk.shafqat | |
| 2013-06-02 | GF.Text.Transliterations: avoid error prone function Data.Map.fromAscList | hallgren | |
| 2013-05-31 | Prasad's sanskrit transliteration ; MiniresourceSan now compiles but is ↵ | aarne | |
| mostly incorrect due to missing paradigms | |||
| 2012-11-05 | unicode4k-changed | virk.shafqat | |
| 2012-03-26 | compiler/GF/Text/Coding.hs: fix build failure against ghc-7.2 | Sergei Trofimovich | |
| 2012-02-23 | hindi-resource-grammar | virk.shafqat | |
| 2012-02-21 | sindhipatch | virk.shafqat | |
| 2011-09-15 | made ps -from_TRANSLIT symmetric to -to_TRANSLIT in the sense that unknown ↵ | aarne | |
| characters are returned as themselves and not as question marks | |||
| 2011-06-20 | refinementNepali-11-06-20 | virk.shafqat | |
| 2011-06-14 | allow empty lines in transliteration files | aarne | |
| 2011-05-19 | refinementsTextUrd-11-05-19 | virk.shafqat | |
| 2011-05-06 | fixed problems in persian transliteration pointed out by Elnaz | aarne | |
| 2011-05-02 | transliteration via configuration file: ps -to=file or ps -from=file | aarne | |
| 2011-02-06 | a simple clitic analysis command 'ca' | aarne | |
| 2011-01-31 | corrections to ancientgreek encoding by Hans Leiss | aarne | |
| 2010-11-25 | DiffUrd and Hin; updated Transliteration.hs | aarne | |
| 2010-05-07 | Amharic transliteration by Markos | aarne | |
| 2010-04-19 | use the native unicode support from GHC 6.12 | krasimir | |
| 2010-04-01 | Urdu transliteration fixed (by Shafqat) | aarne | |
| 2010-03-23 | added codepage for Turkish | krasimir | |
| 2010-03-23 | added comment to every GF.Text.CPxxxx module about the purpose of the codepage | krasimir | |
| 2010-03-22 | transliteration for Urdu | krasimir | |
| 2009-12-17 | correct capitalization in unlexmixed; unlextext and unlexmixed now remove ↵ | aarne | |
| string literal quotes | |||
| 2009-12-13 | reorganize the directories under src, and rescue the JavaScript interpreter ↵ | krasimir | |
| from deprecated | |||
