Symbols get mangled without double-underscores now
This commit is contained in:
parent
c4ca00a485
commit
938d783e3b
@ -24,8 +24,8 @@ languages.
|
|||||||
|
|
||||||
* UTF-8 entities will be encoded using
|
* UTF-8 entities will be encoded using
|
||||||
`punycode <http://en.wikipedia.org/wiki/Punycode>`_ and prefixed with
|
`punycode <http://en.wikipedia.org/wiki/Punycode>`_ and prefixed with
|
||||||
`__hy_`. For instance, `⚘` will become `__hy_w7h`, and `♥` will become
|
`hy_`. For instance, `⚘` will become `hy_w7h`, and `♥` will become
|
||||||
`__hy_g6h`.
|
`hy_g6h`.
|
||||||
|
|
||||||
* Symbols that contain dashes will have them replaced with underscores. For
|
* Symbols that contain dashes will have them replaced with underscores. For
|
||||||
example, `render-template` will become `render_template`.
|
example, `render-template` will become `render_template`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user