FileRead is problematic on unicode, just document it for now and hope we can fix it later...

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6214 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2012-02-24 15:25:55 +00:00
parent bc9f86d506
commit 2c89cca183
4 changed files with 31 additions and 6 deletions

View file

@ -42,4 +42,10 @@ a:hover {
background-color: #F4F4F4;
color: #000000;
text-decoration: underline;
}
.wb {
background-color: #FFFFCC;
color: #000000;
border: 1px solid #646400;
padding: 0.2em;
}