w3c / bp-i18n-specdev

Internationalization Best Practices for Spec Developers
https://w3c.github.io/bp-i18n-specdev/
Other
24 stars 24 forks source link

Imageize invisible character examples #114

Closed aphillips closed 11 months ago

aphillips commented 1 year ago

See: https://github.com/w3c/bp-i18n-specdev/pull/113#issuecomment-1654660980

We need to add images for invisible characters in character template entries used in specdev because:

"This dog food is yummy" 🐶

@r12a could you make the images? I'll make a list of what we need.

aphillips commented 1 year ago

Characters needed:

200F 200E 0009 000A 000B 000C 000D 0020 0085 00A0 1680 2000-200A 2028 2029 202F 205F 3000 FEFF 007F

r12a commented 1 year ago

You can find the images as follows: https://r12a.github.io/c//large/.png

eg. https://r12a.github.io/c/General_Punctuation/large/200F.png

The block name should be exactly as used in Unicode, including caps, and _ for spaces.

Just drag the result from the browser to the images directory.

r12a commented 1 year ago

Alternatively, you can just bring up each character on UniView and drag the (large) image to the directory. Eg. https://r12a.github.io/uniview/?char=000C

aphillips commented 1 year ago

thanks @r12a!!

aphillips commented 11 months ago

This change has reached production.