<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Content Rendering Will Migrate to CLDR Locale Data Standard in Developer Announcements</title>
    <link>https://community.hubspot.com/t5/Developer-Announcements/Content-Rendering-Will-Migrate-to-CLDR-Locale-Data-Standard/m-p/1263938#M1217</link>
    <description>&lt;P&gt;&lt;SPAN&gt;HubSpot will migrate content rendering from the legacy Java Runtime Environment (JRE) locale dataset to the Common Locale Data Repository (CLDR), the current industry standard for localization. Most content will remain unchanged, while some may see improved formatting accuracy.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;&lt;STRONG&gt;&lt;SPAN&gt;What’s changing&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;&lt;SPAN&gt;All content rendered by HubSpot’s rendering services will transition from the legacy JRE locale dataset to CLDR. This impacts how locale-aware values including as dates, times, numbers, and currencies are formatted across:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;CMS pages&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Landing pages&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Blog posts&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Emails&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;This change enables more accurate and comprehensive localization aligned with modern internationalization standards.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;SPAN&gt;Key formatting differences&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN&gt;CLDR introduces updated formatting rules that may result in subtle output differences:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN&gt;Non-breaking spaces (NBSP/NNBSP)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; may replace standard spaces in:&lt;/SPAN&gt;&lt;/LI&gt;
&lt;UL style="list-style-type: circle;"&gt;
&lt;LI&gt;&lt;SPAN&gt;Time formats (between the time value and AM/PM marker)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Unit formats (between numeric values and unit labels)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Cyrillic date formats (before the year marker “г”)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;These characters often appear visually identical to regular spaces but behave differently in code.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For additional technical background, see the &lt;A href="http:// https://docs.oracle.com/javase/8/docs/api/java/text/DateFormat.html  " target="_blank" rel="noopener"&gt;Java documentation on CLDR locale data&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;Potential impact to existing implementations&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Most content will not be affected. However, issues may occur if your implementation relies on exact string matching or parsing of formatted values:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Code that compares formatted strings expecting regular spaces may fail&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Parsing logic that assumes standard whitespace may break silently&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;The following HubL filters are most likely to be impacted due to locale-aware formatting:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;datetimeformat&lt;/SPAN&gt;&lt;SPAN&gt;: most affected (AM/PM spacing and Cyrillic formats)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Timeformat&lt;/SPAN&gt;&lt;SPAN&gt;: AM/PM spacing changes&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Numberformat&lt;/SPAN&gt;&lt;SPAN&gt;: unit spacing changes&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;Review your usage of these filters if your implementation depends on exact string output.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For more details, see the &lt;A href="https://developers.hubspot.com/docs/cms/reference/hubl/filters" target="_blank" rel="noopener"&gt;HubL filter reference.&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;&lt;STRONG&gt;&lt;SPAN&gt;What do I need to do?&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;&lt;SPAN&gt;All rendering services will undergo this migration automatically. Unless your setup relies on specific string formatting, no action is needed. If you utilize the filters mentioned earlier, we recommend verifying that your implementation aligns with the updated standard.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Additionally, this upgrade enables support for modern Java features and improves overall runtime performance and internationalization (I18n) capabilities.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;&lt;STRONG&gt;&lt;SPAN&gt;When is it happening?&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;&lt;SPAN&gt;This change goes into effect on &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;July 14, 2026&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Apr 2026 19:52:52 GMT</pubDate>
    <dc:creator>dennisedson</dc:creator>
    <dc:date>2026-04-01T19:52:52Z</dc:date>
    <item>
      <title>Content Rendering Will Migrate to CLDR Locale Data Standard</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/Content-Rendering-Will-Migrate-to-CLDR-Locale-Data-Standard/m-p/1263938#M1217</link>
      <description>&lt;P&gt;&lt;SPAN&gt;HubSpot will migrate content rendering from the legacy Java Runtime Environment (JRE) locale dataset to the Common Locale Data Repository (CLDR), the current industry standard for localization. Most content will remain unchanged, while some may see improved formatting accuracy.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;&lt;STRONG&gt;&lt;SPAN&gt;What’s changing&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;&lt;SPAN&gt;All content rendered by HubSpot’s rendering services will transition from the legacy JRE locale dataset to CLDR. This impacts how locale-aware values including as dates, times, numbers, and currencies are formatted across:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;CMS pages&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Landing pages&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Blog posts&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Emails&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;This change enables more accurate and comprehensive localization aligned with modern internationalization standards.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;SPAN&gt;Key formatting differences&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN&gt;CLDR introduces updated formatting rules that may result in subtle output differences:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN&gt;Non-breaking spaces (NBSP/NNBSP)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; may replace standard spaces in:&lt;/SPAN&gt;&lt;/LI&gt;
&lt;UL style="list-style-type: circle;"&gt;
&lt;LI&gt;&lt;SPAN&gt;Time formats (between the time value and AM/PM marker)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Unit formats (between numeric values and unit labels)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Cyrillic date formats (before the year marker “г”)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;These characters often appear visually identical to regular spaces but behave differently in code.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For additional technical background, see the &lt;A href="http:// https://docs.oracle.com/javase/8/docs/api/java/text/DateFormat.html  " target="_blank" rel="noopener"&gt;Java documentation on CLDR locale data&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;Potential impact to existing implementations&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Most content will not be affected. However, issues may occur if your implementation relies on exact string matching or parsing of formatted values:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Code that compares formatted strings expecting regular spaces may fail&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Parsing logic that assumes standard whitespace may break silently&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;The following HubL filters are most likely to be impacted due to locale-aware formatting:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;datetimeformat&lt;/SPAN&gt;&lt;SPAN&gt;: most affected (AM/PM spacing and Cyrillic formats)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Timeformat&lt;/SPAN&gt;&lt;SPAN&gt;: AM/PM spacing changes&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Numberformat&lt;/SPAN&gt;&lt;SPAN&gt;: unit spacing changes&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;Review your usage of these filters if your implementation depends on exact string output.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For more details, see the &lt;A href="https://developers.hubspot.com/docs/cms/reference/hubl/filters" target="_blank" rel="noopener"&gt;HubL filter reference.&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;&lt;STRONG&gt;&lt;SPAN&gt;What do I need to do?&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;&lt;SPAN&gt;All rendering services will undergo this migration automatically. Unless your setup relies on specific string formatting, no action is needed. If you utilize the filters mentioned earlier, we recommend verifying that your implementation aligns with the updated standard.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Additionally, this upgrade enables support for modern Java features and improves overall runtime performance and internationalization (I18n) capabilities.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;&lt;STRONG&gt;&lt;SPAN&gt;When is it happening?&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;&lt;SPAN&gt;This change goes into effect on &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;July 14, 2026&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2026 19:52:52 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/Content-Rendering-Will-Migrate-to-CLDR-Locale-Data-Standard/m-p/1263938#M1217</guid>
      <dc:creator>dennisedson</dc:creator>
      <dc:date>2026-04-01T19:52:52Z</dc:date>
    </item>
  </channel>
</rss>

