[Laszlo-checkins] r14116 - openlaszlo/trunk/test/css/encoding
raju@openlaszlo.org
raju at openlaszlo.org
Thu Jun 11 06:50:15 PDT 2009
Author: raju
Date: 2009-06-11 06:50:12 -0700 (Thu, 11 Jun 2009)
New Revision: 14116
Modified:
openlaszlo/trunk/test/css/encoding/utf16BE_with_BOM.css
openlaszlo/trunk/test/css/encoding/utf16LE_with_BOM.css
Log:
Change 20090611-raju-t by raju at Atlantia.local on 2009-06-11 15:48:03 CEST
in /Users/rajubitter/src/svn/openlaszlo/trunk
for http://rajubitter@svn.openlaszlo.org/openlaszlo/trunk
Summary: Switched to mime-type application/octet-stream for UTF-16 encoded CSS files
New Features:
Bugs Fixed: LPP-8045
Technical Reviewer: ptw
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Daniel ran into problems testing on Windows systems with CSS files encoded in UTF-16 Big Endian and Little Endian and stored as text files in SVN. Switching to binary files will solve the problem.
Tests:
Property changes on: openlaszlo/trunk/test/css/encoding/utf16BE_with_BOM.css
___________________________________________________________________
Name: svn:mime-type
- text/css
+ application/octet-stream
Property changes on: openlaszlo/trunk/test/css/encoding/utf16LE_with_BOM.css
___________________________________________________________________
Name: svn:mime-type
- text/css
+ application/octet-stream
More information about the Laszlo-checkins
mailing list