mirror of https://github.com/odrling/Aegisub
Change default font encoding for new styles to 1, to make more fonts behave sensibly by default
Originally committed to SVN as r2064.
This commit is contained in:
parent
ca63097e90
commit
3ead72329c
|
@ -175,7 +175,7 @@ AssStyle::AssStyle() {
|
|||
Margin[1] = 10;
|
||||
Margin[2] = 10;
|
||||
Margin[3] = 10;
|
||||
encoding = 0;
|
||||
encoding = 1;
|
||||
relativeTo = 1;
|
||||
|
||||
UpdateData();
|
||||
|
|
|
@ -85,6 +85,7 @@ Please visit http://aegisub.net to download latest version
|
|||
o Alpha and margin edit boxes were replaced with spin controls. (amz)
|
||||
o Hitting enter will now "OK" it. (amz)
|
||||
o Default secondary colour is now red. (amz)
|
||||
o Default font encoding is now 1 "Default", which makes many fonts behave more sensibly (jfs)
|
||||
- Changes to subtitle reading/writing:
|
||||
o Instead of falling back to your local charset, Aegisub will now use the "universalchardet" library (the one used by the Mozilla project) to autodetect the character set of non-Unicode files. (amz)
|
||||
o Support reading SSA/ASS files with intermixed V4 and V4+ Styles sections. (jfs)
|
||||
|
|
Loading…
Reference in New Issue