Fix UTF-8 in markdown

This commit is contained in:
Mark Baker 2013-11-17 21:36:43 +00:00
parent aa660150ae
commit dc416f83a5
1 changed files with 10 additions and 8 deletions

View File

@ -165,22 +165,22 @@ At present, the following locale settings are supported:
Language | | Locale Code
---------------------|----------------------|-------------
Czech | Ceština | cs
Czech | Čeština | cs
Danish | Dansk | da
German | Deutsch | de
Spanish | Español | es
Spanish | Español | es
Finnish | Suomi | fi
French | Français | fr
French | Français | fr
Hungarian | Magyar | hu
Italian | Italiano | it
Dutch | Nederlands | nl
Norwegian | Norsk | no
Polish | Jezyk polski | pl
Portuguese | Português | pt
Brazilian Portuguese | Português Brasileiro | pt_br
Russian | ??????? ???? | ru
Portuguese | Português | pt
Brazilian Portuguese | Português Brasileiro | pt_br
Russian | русский язык | ru
Swedish | Svenska | sv
Turkish | Türkçe | 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: