Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

utf8.sh 525 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  1. #!/usr/bin/env bash
  2. # Test that our UTF8 to PostScript code works. We are using all the
  3. # letter codes in the ISOLatin1+ table.
  4. ps=utf8.ps
  5. gmt pstext -R-1/6/0.6/9.6 -Jx0.9i -P -B0 -B+t"UTF-8 via ISOLatin1+" -F+f24p+jBL --PS_CHAR_ENCODING=ISOLatin1+ << EOF > utf8.ps
  6. 0 9 Š Ž š ž Œ œ Ÿ Ł ł
  7. 0 8 À Á Â Ã Ä Å Æ Ç
  8. 0 7 È É Ê E Ì Í Î Ï
  9. 0 6 Ð Ñ Ò Ó Ô Õ Ö ×
  10. 0 5 Ø Ù Ú Û Ü Ý Þ ß
  11. 0 4 à á â ã ä å æ ç
  12. 0 3 è é ê e ì í î ï
  13. 0 2 ð ñ ò ó ô õ ö ÷
  14. 0 1 ø ù ú û ü ý þ ÿ
  15. EOF
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...