diff --git a/aegisub/ass_style.cpp b/aegisub/ass_style.cpp index 73aced2d7..a281e9d5c 100644 --- a/aegisub/ass_style.cpp +++ b/aegisub/ass_style.cpp @@ -175,7 +175,7 @@ AssStyle::AssStyle() { Margin[1] = 10; Margin[2] = 10; Margin[3] = 10; - encoding = 0; + encoding = 1; relativeTo = 1; UpdateData(); diff --git a/aegisub/changelog.txt b/aegisub/changelog.txt index f3d23bfa7..7a84e34ab 100644 --- a/aegisub/changelog.txt +++ b/aegisub/changelog.txt @@ -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)