[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Francois Colonna <colonna@c...> |
| Subject: | Ill-formed "french" character literal. |
Hello, I have a problem with french accents : camlc -c lexical_analyzer.ml File "lexical_analyzer.ml", line 48, characters 34-38: > [< '(`A`..`Z` | `a`..`z` | `é` | `è` | `_` as c ) >] -> > ^^^^ Ill-formed character literal. What can I do ? François Colonna