Fix UTF-8 in markdown
This commit is contained in:
parent
aa660150ae
commit
dc416f83a5
|
@ -165,22 +165,22 @@ At present, the following locale settings are supported:
|
||||||
|
|
||||||
Language | | Locale Code
|
Language | | Locale Code
|
||||||
---------------------|----------------------|-------------
|
---------------------|----------------------|-------------
|
||||||
Czech | Ceština | cs
|
Czech | Čeština | cs
|
||||||
Danish | Dansk | da
|
Danish | Dansk | da
|
||||||
German | Deutsch | de
|
German | Deutsch | de
|
||||||
Spanish | Español | es
|
Spanish | Español | es
|
||||||
Finnish | Suomi | fi
|
Finnish | Suomi | fi
|
||||||
French | Français | fr
|
French | Français | fr
|
||||||
Hungarian | Magyar | hu
|
Hungarian | Magyar | hu
|
||||||
Italian | Italiano | it
|
Italian | Italiano | it
|
||||||
Dutch | Nederlands | nl
|
Dutch | Nederlands | nl
|
||||||
Norwegian | Norsk | no
|
Norwegian | Norsk | no
|
||||||
Polish | Jezyk polski | pl
|
Polish | Jezyk polski | pl
|
||||||
Portuguese | Português | pt
|
Portuguese | Português | pt
|
||||||
Brazilian Portuguese | Português Brasileiro | pt_br
|
Brazilian Portuguese | Português Brasileiro | pt_br
|
||||||
Russian | ??????? ???? | ru
|
Russian | русский язык | ru
|
||||||
Swedish | Svenska | sv
|
Swedish | Svenska | sv
|
||||||
Turkish | Türkçe | tr
|
Turkish | Türkçe | tr
|
||||||
|
|
||||||
### Write a newline character "\n" in a cell (ALT+"Enter")
|
### Write a newline character "\n" in a cell (ALT+"Enter")
|
||||||
|
|
||||||
|
@ -195,7 +195,9 @@ $objPHPExcel->getActiveSheet()->getStyle('A1')->getAlignment()->setWrapText(true
|
||||||
|
|
||||||
__Tip__
|
__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:
|
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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue