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

"b" -named files in Windows #3373

Closed
vicuna opened this issue Jun 5, 2002 · 1 comment
Closed

"b" -named files in Windows #3373

vicuna opened this issue Jun 5, 2002 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Jun 5, 2002

Original bug ID: 1181
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

Full_Name: Jiri Moudry
Version: 3.04
OS: Windows 2000
Submission from: 12-233-128-178.client.attbi.com (12.233.128.178)

The interactive OCaml has a problem opening files beginning with a letter "b"
under Windows; apparently, a backslash-b is interpreted as a special character:

    Objective Caml version 3.04

#use "R:\dnld\lang\ocaml\best.ml";;

Cannot find file R:\dnld\lang\ocaml�est.ml.

#use "R:\dnld\lang\ocaml\best.ml";;

class best_n :
...... (works OK)
end

This happens also with File | Open. -- Jiri

@vicuna
Copy link
Author

vicuna commented Jun 11, 2002

Comment author: administrator

Standard string escape mechanism. Issue with File | Open fixed 2002-06-11 by
XL.

@vicuna vicuna closed this as completed Jun 11, 2002
@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant