Skip to content
Snippets Groups Projects
Commit 9039da35 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-01-13 11:06:24 by simonm]

Z-encodings for '/' and '.' were both 'Zd'.  Change '.' to 'Zs'.
parent df1348e9
No related merge requests found
......@@ -581,7 +581,7 @@ encode_ch '#' = "Zh"
encode_ch '<' = "Zl"
encode_ch '-' = "Zm"
encode_ch '!' = "Zn"
encode_ch '.' = "Zd"
encode_ch '.' = "Zs"
encode_ch '\'' = "Zq"
encode_ch '*' = "Zt"
encode_ch '+' = "Zp"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment