From dc416f83a574b5613e1732214eb9914406fa8c49 Mon Sep 17 00:00:00 2001 From: Mark Baker Date: Sun, 17 Nov 2013 21:36:43 +0000 Subject: [PATCH] Fix UTF-8 in markdown --- Documentation/markdown/Overview/08-Recipes.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/Documentation/markdown/Overview/08-Recipes.md b/Documentation/markdown/Overview/08-Recipes.md index 616c145d..eed732b9 100644 --- a/Documentation/markdown/Overview/08-Recipes.md +++ b/Documentation/markdown/Overview/08-Recipes.md @@ -165,22 +165,22 @@ At present, the following locale settings are supported: Language | | Locale Code ---------------------|----------------------|------------- - Czech | Cetina | cs + Czech | Čeština | cs Danish | Dansk | da German | Deutsch | de - Spanish | Espaol | es + Spanish | Español | es Finnish | Suomi | fi - French | Franais | fr + French | Français | fr Hungarian | Magyar | hu Italian | Italiano | it Dutch | Nederlands | nl Norwegian | Norsk | no Polish | Jezyk polski | pl - Portuguese | Portugus | pt - Brazilian Portuguese | Portugus Brasileiro | pt_br - Russian | ??????? ???? | ru + Portuguese | Português | pt + Brazilian Portuguese | Português Brasileiro | pt_br + Russian | русский язык | ru Swedish | Svenska | sv - Turkish | Trke | tr + Turkish | Türkçe | tr ### Write a newline character "\n" in a cell (ALT+"Enter") @@ -195,7 +195,9 @@ $objPHPExcel->getActiveSheet()->getStyle('A1')->getAlignment()->setWrapText(true __Tip__ -Read more about formatting cells using getStyle() elsewhere.__Tip__ +Read more about formatting cells using getStyle() elsewhere. + +__Tip__ AdvancedValuebinder.php automatically turns on "wrap text" for the cell when it sees a newline character in a string that you are inserting in a cell. Just like Microsoft Office Excel. Try this: