Original bug ID: 5348
Reporter: poirriez
Status: resolved (set by @damiendoligez on 2017-03-03T14:44:53Z)
Resolution: not a bug
Priority: normal
Severity: feature
Version: 3.12.0
Category: ~DO NOT USE (was: OCaml general)
Related to: #6694
Monitored by: poirriez mehdi furuse @glondu @dbuenzli
Bug description
Just update to 3.12.0 and, on MAC OS 10.6.8 the accented characters are no longer usable:
$ ocaml
Objective Caml version 3.12.0
let carr?? x = x*x;;
Error: Illegal character (?)
The ?? was é
And under emacs:
Objective Caml version 3.12.0
Characters 9-10:
let carré n = n * n;;
^
Error: Illegal character (\251)
Vincent
Original bug ID: 5348
Reporter: poirriez
Status: resolved (set by @damiendoligez on 2017-03-03T14:44:53Z)
Resolution: not a bug
Priority: normal
Severity: feature
Version: 3.12.0
Category: ~DO NOT USE (was: OCaml general)
Related to: #6694
Monitored by: poirriez mehdi furuse @glondu @dbuenzli
Bug description
Just update to 3.12.0 and, on MAC OS 10.6.8 the accented characters are no longer usable:
$ ocaml
Objective Caml version 3.12.0
let carr?? x = x*x;;
Error: Illegal character (?)
The ?? was é
And under emacs:
Characters 9-10:
let carré n = n * n;;
^
Error: Illegal character (\251)
Vincent