| Anonymous | Login | Signup for a new account | 02-09-2010 15:17 UTC |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
| 0006842 | [Squeak] Kernel | minor | always | 01-08-08 23:11 | 01-22-08 21:46 | |||||||
| Reporter | rootbeer | View Status | public | |||||||||
| Assigned To | ||||||||||||
| Priority | normal | Resolution | open | |||||||||
| Status | new | Product Version | ||||||||||
| Summary | 0006842: Non-breaking spaces break code | |||||||||||
| Description | When code is copied from the web or other sources, non-breaking spaces may be used to format it properly. Although they look normal to the eye, they fail to compile properly. | |||||||||||
| Additional Information |
It's an easy fix. The second line of Scanner class>>initialize simply needs to include character 160, the non-breaking space, along with the others. newTable atAll: #(9 10 12 13 32 160) put: #xDelimiter. "tab lf ff cr space nbspace" Then, the fix is installed once you execute: Scanner initialize |
|||||||||||
| Attached Files | ||||||||||||
|
|
||||||||||||
| Mantis 1.0.8[^]
Copyright © 2000 - 2007 Mantis Group
44 total queries executed. 33 unique queries executed. |