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


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="Sanjibukai" src="/assets/icons/user-9f439610.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  Sanjibukai
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group" data-username="kip" data-post="8" data-topic="33198">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/kip/48/1440_2.png" class="avatar"> kip:</div>
<blockquote>
<p><code>Money.parse "10,00 €"</code></p>
</blockquote>
</aside>
<p>I tried with this simple solution (only for the single no-break space A0) and it worked:<br>
Replacing the following line here <a href="https://github.com/kipcole9/money/blob/5698e20fd6d998bc610fdce5ecc1f794b8463cf7/lib/money/parser/combinators.ex#L6" class="inline-onebox" rel="noopener nofollow ugc">money/lib/money/parser/combinators.ex at 5698e20fd6d998bc610fdce5ecc1f794b8463cf7 · ex-money/money · GitHub</a></p>
<pre data-code-wrap="elixir"><code class="lang-elixir">  @whitespace [?\s, ?\t]
</code></pre>
<p>with this:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">  @whitespace [?\s, ?\t, 160]
</code></pre>
<p>But I’m not sure if it could be relevant to take into account <a href="https://en.wikipedia.org/wiki/Whitespace_character" rel="noopener nofollow ugc">more whitespace characters</a>..</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="188400" 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/struggling-with-currency-amount-input-fields-money/33198/12">Post #11</a>
	                </div>
	            </div>
              <div id="likers-container-188400" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="188400"
                     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" title="Post #11"></div>
  </section>
</div>
    <div class="postbit" id="188401" data-post-id="188401">
  <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" data-turbo="false">
								<p>I have added all the whitespace characters as defined by Unicode (the set <code>[:Zs]</code>) in <code>ex_money</code> version <code>5.3.0</code> which I will publish in the next 15 minutes.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="188401" data-batch-url="/posts/batch_likers">
                        1
                      </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/struggling-with-currency-amount-input-fields-money/33198/13">Post #12</a>
	                </div>
	            </div>
              <div id="likers-container-188401" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="188401"
                     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" title="Post #12"></div>
  </section>
</div>
    <div class="postbit" id="188403" data-post-id="188403">
  <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" data-turbo="false">
								<p><a href="https://hex.pm/packages/ex_money/5.3.0" rel="nofollow">ex_money version 5.3.0</a> is published to hex.  Really appreciate the collaboration and patience, thanks.  Here’s the changelog entry:</p>
<h3><a name="p-188403-bug-fixes-1" class="anchor" href="#p-188403-bug-fixes-1" aria-label="Heading link" rel="nofollow"></a>Bug Fixes</h3>
<ul>
<li>Fix parsing money amounts to use Unicode definition of whitespace (set <code>[:Zs:]</code>). Thanks to <a class="mention" href="/u/sanjibukai" rel="nofollow">@Sanjibukai</a> for the report.</li>
</ul>
<h3><a name="p-188403-enhancements-2" class="anchor" href="#p-188403-enhancements-2" aria-label="Heading link" rel="nofollow"></a>Enhancements</h3>
<ul>
<li>Add <code>Money.sum/2</code> to sum a list of <code>Money</code>, converting them if required.</li>
</ul>
<h3><a name="p-188403-upgrading-3" class="anchor" href="#p-188403-upgrading-3" aria-label="Heading link" rel="nofollow"></a>Upgrading</h3>
<pre data-code-wrap="elixir"><code class="lang-elixir">mix deps.update ex_money
</code></pre> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="188403" data-batch-url="/posts/batch_likers">
                        4
                      </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/struggling-with-currency-amount-input-fields-money/33198/14">Post #13</a>
	                </div>
	            </div>
              <div id="likers-container-188403" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="188403"
                     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" title="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>