| Anonymous | Login | Signup for a new account | 2013-05-24 18:44 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||
| 0004923 | OCaml | OCaml general | public | 2009-11-18 00:55 | 2009-11-19 11:25 | |||
| Reporter | gildor | |||||||
| Assigned To | weis | |||||||
| Priority | normal | Severity | major | Reproducibility | have not tried | |||
| Status | closed | Resolution | fixed | |||||
| Platform | OS | OS Version | ||||||
| Product Version | 3.11.1 | |||||||
| Target Version | Fixed in Version | 3.11.2+dev | ||||||
| Summary | 0004923: Scanf.sscanf "%S" doesn't handle "\\xff" | |||||||
| Description | The string "\xff" is valid, but cannot be parsed using Scanf.sscanf. Step to reproduce: # Scanf.sscanf "\"\\xef\\xbb\\xbf\"" "%S" (fun s -> s);; Exception: Scanf.Scan_failure "scanf: bad input at char number 2: x". Regards Sylvain Le Gall | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Notes |
|
|
(0005173) weis (developer) 2009-11-19 10:39 |
Thank you for the bug report: indeed the \x notation was not yet implemented in Scanf. |
|
(0005174) weis (developer) 2009-11-19 11:24 |
The fix will be available in the forthcoming 3.11.2 release. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2009-11-18 00:55 | gildor | New Issue | |
| 2009-11-19 10:39 | weis | Note Added: 0005173 | |
| 2009-11-19 10:39 | weis | Description Updated | |
| 2009-11-19 10:40 | weis | Assigned To | => weis |
| 2009-11-19 10:40 | weis | Status | new => assigned |
| 2009-11-19 11:24 | weis | Note Added: 0005174 | |
| 2009-11-19 11:24 | weis | Resolution | open => fixed |
| 2009-11-19 11:25 | weis | Status | assigned => closed |
| 2009-11-19 11:25 | weis | Fixed in Version | => 3.11.2+dev |
| Copyright © 2000 - 2011 MantisBT Group |