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

ISO-8859-2.sh 279 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
  1. #!/usr/bin/env bash
  2. #
  3. # script for ISO-8859-2 character test
  4. #
  5. ps=ISO-8859-2.ps
  6. #
  7. gmt set PS_CHAR_ENCODING ISO-8859-2
  8. gmt pscoast -R14.633/14.892/44.67/44.94 -JM6i -Df -Wfaint,gray -Baf -BWSne+t"Test_ISO-8859-2" -Xc -P -K > $ps
  9. gmt pstext ISO-8859-2.txt -R -J -F+f12p -O >> $ps
Tip!

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

Comments

Loading...