# Problem processing non utf8 string

**URL:** https://discourse.julialang.org/t/problem-processing-non-utf8-string/11261
**Category:** New to Julia
**Created:** [May 30, 2018, 1:42pm UTC](https://discourse.julialang.org/t/problem-processing-non-utf8-string/11261 "2018-05-30T13:42:34Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![ScottPJones](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/scottpjones/32/146_2.png) [@ScottPJones](https://discourse.julialang.org/u/ScottPJones)
#### Post date: [May 30, 2018, 4:31pm UTC](https://discourse.julialang.org/t/problem-processing-non-utf8-string/11261/4 "2018-05-30T16:31:55Z")

</div>

He did say “For most processing”, not for all processing, and he still may wish to search the strings for ASCII values, etc, without worrying about whether or not bytes with the high bit set represent part of a UTF-8 sequence, a S-JIS or EUC sequence, an ISO character or some Windows CP character.  
That was my problem with Julia from the start with the lack of any “BinaryString” type, and the issue that if you used `Vector{UInt8}`, you couldn’t even use the string operations for concatenation (‘\*’).

---

_[View the full topic](https://discourse.julialang.org/t/problem-processing-non-utf8-string/11261)._
