<turbo-stream action="append" target="posts_list"><template>    <div class="postbit" id="106501" data-post-id="106501">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="Cochonours" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/Cochonours/120/13516_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		                  <h3>Cochonours</h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body">
								<p>I know it can be a sensitive subject for some people, but that CE/BCE naming is not used a lot in American English in general, and almost non existent elsewhere. Its equivalent is never used in French for example, and when French people look up the english translation of “après JC” google won’t even mention this alternative. Thus, even if Americans could understand both alternatives easily, I think introducing such a convention is a bad idea.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="106501" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <span class="thread-count js-solved-indicator" title="Marked as solution"></span>
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/proposal-icu-unicode-calendar-datetime-formatting/18434/13">Post #12</a>
	                </div>
	            </div>
              <div id="likers-container-106501" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="106501"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post">
    </div>
  </section>
</div>
    <div class="postbit" id="106504" data-post-id="106504">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="kip" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/kip/120/1440_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		                  <h3>kip</h3>
		          </div>
						
			          <div class="user-title">
									<span>ex_cldr Core Team</span>
			          </div>
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body">
								<p>The full table of supported codes for ICU is in the reference you supplied, more specifically at <a href="https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table" class="inline-onebox" rel="nofollow">Unicode Locale Data Markup Language (LDML) Part 4: Dates</a></p>
<p>E, EE and EEE are week day formats like “Tuesday, Tue, T”<br>
MMM, MMMM are month names like “September, Sept”</p>
<p>There are others that are primarily textual and therefore locale specific like <code>a</code>, <code>b</code>, <code>B</code> that I recognise are outside of the scope of this proposal.</p>
<p>I’m just trying to work out if they remain valid formatting codes for this proposal, but not supported by the default formatter.  Or if they are considered invalid codes for this proposal.</p>
<p>On the locales front - yes, your API strategy makes a lot more sense.  The core of what i was trying to express, badly, is that even when a package or a language doesn’t support multiple locales, it implicitly is supporting one which for Elixir is <code>en-US</code>.  Today, each package that intends to help support multiple locales like <code>Gettext</code>, <code>Cldr</code>, <code>Trans</code> has its own notion of <code>current locale</code> and what constitutes a supported locale, or locale name format.  A unifying strategy for <code>current locale</code> and <code>locale name</code> would be helpful.  But outside the scope of this proposal of course.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="106504" data-batch-url="/posts/batch_likers">
                        6
                      </span>
                      <span class="thread-count js-solved-indicator" title="Marked as solution"></span>
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/proposal-icu-unicode-calendar-datetime-formatting/18434/14">Post #13</a>
	                </div>
	            </div>
              <div id="likers-container-106504" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="106504"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post">
    </div>
  </section>
</div>
    <div class="postbit" id="106614" data-post-id="106614">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="josevalim" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/josevalim/120/1787_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		                  <h3>josevalim</h3>
		          </div>
						
			          <div class="user-title">
									<span>Creator of Elixir</span>
			          </div>
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body">
								<p>Thanks everyone for the feedback!</p>
<p>I am bringing the proposal down for now because the discussion has made it clear that, if we want to support this, then we should go ahead and fully support ICU (with all formats, variants and what not) or we don’t support it all.</p>
<p>After all, if we only support part of it, then the community will have to implement everything again, like in <a class="mention" href="/u/kip" rel="nofollow">@kip</a>’s great projects, or we will have to define many interfaces so libraries are able to continue the work we started. None of those options feel great and then I would rather make sure that the Calendar functionality provides everything <a class="mention" href="/u/kip" rel="nofollow">@kip</a> needs in his libs.</p>
<p>So here are the next steps: we will look into simpler formatting syntaxes, possibly strftime, and see if we can write a proposal with reduced scope and less pitfalls that provides a minimum set of functionality without overlapping with more complex use cases. In case we can’t find anything that fits those constraints then we will give up on having formatting in core for now.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="106614" data-batch-url="/posts/batch_likers">
                        6
                      </span>
                      <span class="thread-count js-solved-indicator" title="Marked as solution"></span>
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/proposal-icu-unicode-calendar-datetime-formatting/18434/15">Post #14</a>
	                </div>
	            </div>
              <div id="likers-container-106614" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="106614"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-last-post cat-last-post">
    </div>
  </section>
</div>
</template></turbo-stream><turbo-stream action="replace" target="load-more-container"><template><div id="load-more-container" class="load-more-container">
    <span class="all-loaded">— All posts loaded —</span>
</div></template></turbo-stream>