<div dir="ltr">Hi,<div><br></div><div>Just successfully installed Swift on my Linux machine. It went well and a Hello World program compiled successfully. However, when I tried to put an emoji inside of the string, it failed compiling. The error message is:</div><div><br></div><div><div>$ swiftc test.swift </div><div>test.swift:1:32: error: invalid UTF-8 found in source file</div><div>print(&quot;Hello World from Swift! &quot;)</div><div>test.swift:1:35: error: invalid UTF-8 found in source file</div><div>print(&quot;Hello World from Swift! &quot;)</div><div>test.swift:1:1: error: &#39;print&#39; is unavailable: Please wrap your tuple argument in parentheses: &#39;print((...</div><div>))&#39;</div><div>print(&quot;Hello World from Swift! &quot;)</div><div>Swift.print:2:13: note: &#39;print&#39; has been explicitly marked unavailable here</div><div>public func print&lt;T&gt;(_: T)</div><div>            ^</div><div>$  </div><div><br></div><div>I put the emoji after the exclamation marks of the string.</div><div><br></div><div>Any hints?</div><div><br></div><div>Thank you.</div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div>-Bee-<br><br></div></div></div>
</div></div>