Fix the rendering of some suspended hyphens.
authorZhorken <zhorken@gmail.com>
Mon, 31 May 2010 16:49:56 +0000 (12:49 -0400)
committerZhorken <zhorken@gmail.com>
Mon, 31 May 2010 20:47:36 +0000 (16:47 -0400)
commit74cee2a30dff9c48dbdab8907179ba084f70a64b
treea9cfaecf01830df4831d3b36e5c9684d6b40344e
parente24448693777204a13a3daf90a7b98ad419f9111
Fix the rendering of some suspended hyphens.

"Fire-\nand Ice-type" should be displayed "Fire- and Ice-type", but the
flavour text rendering can't tell that it's not "Fire-and".  Added zero-
width spaces to invisibly separate these hyphens from the newlines,
preventing them from being interpreted as hyphenated words split over
two lines.
pokedex/data/csv/ability_flavor_text.csv
pokedex/data/csv/item_flavor_text.csv