From 74cee2a30dff9c48dbdab8907179ba084f70a64b Mon Sep 17 00:00:00 2001 From: Zhorken Date: Mon, 31 May 2010 12:49:56 -0400 Subject: [PATCH] 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 | 6 +++--- pokedex/data/csv/item_flavor_text.csv | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pokedex/data/csv/ability_flavor_text.csv b/pokedex/data/csv/ability_flavor_text.csv index 46c2936..6fecf74 100644 --- a/pokedex/data/csv/ability_flavor_text.csv +++ b/pokedex/data/csv/ability_flavor_text.csv @@ -416,11 +416,11 @@ foe’s PP usage." 47,5,Heat-and-cold protection. 47,6,Heat-and-cold protection. 47,7,Heat-and-cold protection. -47,8,"Raises resistance to Fire- +47,8,"Raises resistance to Fire-​ and Ice-type moves." -47,9,"Raises resistance to Fire- +47,9,"Raises resistance to Fire-​ and Ice-type moves." -47,10,"Ups resistance to Fire- +47,10,"Ups resistance to Fire-​ and Ice-type moves." 48,5,Awakens quickly from sleep. 48,6,Awakens quickly from sleep. diff --git a/pokedex/data/csv/item_flavor_text.csv b/pokedex/data/csv/item_flavor_text.csv index 7ace688..e0ffb54 100644 --- a/pokedex/data/csv/item_flavor_text.csv +++ b/pokedex/data/csv/item_flavor_text.csv @@ -1783,22 +1783,22 @@ can be heard from it occasionally." stone tower from collapsing. Voices can be heard from it occasionally." 112,8,"A brightly gleaming orb to be held by -DIALGA. It boosts the power of Dragon- +DIALGA. It boosts the power of Dragon-​ and Steel-type moves." 112,9,"A brightly gleaming orb to be held by -DIALGA. It boosts the power of Dragon- +DIALGA. It boosts the power of Dragon-​ and Steel-type moves." 112,10,"A brightly gleaming orb to be held by -DIALGA. It boosts the power of Dragon- +DIALGA. It boosts the power of Dragon-​ and Steel-type moves." 113,8,"A beautifully glowing orb to be held by -PALKIA. It boosts the power of Dragon- +PALKIA. It boosts the power of Dragon-​ and Water-type moves." 113,9,"A beautifully glowing orb to be held by -PALKIA. It boosts the power of Dragon- +PALKIA. It boosts the power of Dragon-​ and Water-type moves." 113,10,"A beautifully glowing orb to be held by -PALKIA. It boosts the power of Dragon- +PALKIA. It boosts the power of Dragon-​ and Water-type moves." 114,8,"Stationery featuring a print of a refreshingly green field. -- 2.7.4