Details
-
Type:
Enhancement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Declined
-
Affects Version/s: Release 1.4
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:All
-
Patch:Code and Test
-
Approval:Not Approved
Description
see: https://groups.google.com/d/topic/clojure/Kl3WVtEE3FY/discussion
\x.. characters (which are the same as \u00.. characters) are produced by some systems. in particular clojurescript
Inability to read these characters hinders data interchange
After a quick look, I believe this capability can be easily introduced by adding a case to this
https://github.com/clojure/clojure/blob/master/src/jvm/clojure/lang/LispReader.java#L445 function.
Mirroring 'u' case and reading only 2 chars.
Attachments
Activity
Dave Sann
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | 0001-adding-support-for-x-escape-characters.patch [ 11382 ] |
Andy Fingerhut
made changes -
| Patch | Code and Test [ 10002 ] |
Stuart Halloway
made changes -
| Approval | Not Approved [ 10008 ] |
Stuart Halloway
made changes -
| Resolution | Declined [ 2 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
Thanks for the patch, Dave. It is Rich Hickey's policy only to include code in Clojure written by those who have signed a Contributor Agreement (CA). See here for more details: http://clojure.org/contributing Have you signed one, or were considering it?