Breaking Change T977747
Visible to All Users

Theme files are shipped with the UTF-8 encoding starting with v20.2

What Changed

Starting with v20.2, CSS files we ship have the UTF-8 encoding.

Reasons for Change

In v20.2 we migrated to SASS. The SASS compiler always creates files with the UTF-8 encoding. If a file has non-ASCII characters, the compiler also adds the @charset declaration at the beginning of the file:

CSS
@charset "UTF-8";

Since our icons are encoded in CSS files with non-ASCII characters, all these CSS files (except for dx.common.css) have the @charset declaration. For more information about this declaration, you can see the following document: SASS - --no-charset.

Impact on Existing Apps

In most cases, this change will not impact an application. However, depending on how the browser decodes a CSS file in your application, you can see incorrect symbols instead of our icons:

How to Update Existing Apps

To address the issue, do the following:

Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.