Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readdir() breaks when there are unicode filenames present (on Linux) #3720

Closed
astrieanna opened this issue Jul 15, 2013 · 0 comments
Closed

Comments

@astrieanna
Copy link
Contributor

Before adding a unicode filename:

julia> readdir()
4-element String Array:
 "new\nline"
 "NGrep.jl" 
 "poem"     
 "sp ace"   

After:

julia> readdir()
5-element String Array:
 "☃"       
 ""        
 "ine"     
 "NGrep.jl"
 "poem"  

If it were correct, the second result would look like the first result, but with "☃" at the start of the array.

@Keno Keno closed this as completed in 5e1206c Jul 15, 2013
KristofferC pushed a commit that referenced this issue Apr 10, 2024
Stdlib: Pkg
URL: https://github.com/JuliaLang/Pkg.jl.git
Stdlib branch: master
Julia branch: master
Old commit: 162634c56
New commit: 8f772ffa7
Julia version: 1.12.0-DEV
Pkg version: 1.12.0
Bump invoked by: @KristofferC
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaLang/Pkg.jl@162634c...8f772ff

```
$ git log --oneline 162634c56..8f772ffa7
8f772ffa7 prune manifest after the set of some deps have been "demoted" to weakdeps (#3864)
88c38b2cd make `add` and `dev` on a package remove it from the set of weak dependencies (#3865)
9210a1da5 fix how entry point to package is computed with `path` provided in project file (#3850)
77620a945 extensions: fixup entire manifest (#3720)
8cc835c7d Report failures to download artifacts as failures (#3860)
2f318cf66 remove unused PkgPrecompileError type (#3858)
```

Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant