Från professionella översättare, företag, webbsidor och fritt tillgängliga översättningsdatabaser.
문자열 식의 첫 번째 문자에 대한 ascii(american standard code for information interchange) 값을 구합니다.
returns the ascii (american standard code for information interchange) value of the first character in a string expression.
파이썬 파일의 인코딩 "% 1" 을( 를) 지정하지 않은 채 비 ascii 인코딩으로 저장하려고 하고 있습니다
you are trying to save a python file as non ascii, without specifiying a correct source encoding line for encoding "%1"
ascii 형식 암호화: 이 옵션을 사용하면 암호화된 파일을 텍스트 편집기로 열 수 있는 형태로 저장합니다. 전자 우편 메시지의 본문 등에 삽입하는 용도로 적합합니다.
ascii armored encryption: checking this option outputs all encrypted files in a format that can be opened by a text editor and as such the output is suitable for placing in the body of an e-mail message.
adabas 파일의 이름은 8자를 초과할 수 없습니다. 파일 이름을 포함한 adabas 파일에 대한 경로는 30자를 초과할 수 없으며 7비트 ascii 코드와 호환되어야 합니다. 경로와 파일 이름에는 공백이 포함될 수 없습니다.
the name of an adabas file cannot exceed 8 characters. the path to the adabas file, including the file name, cannot exceed 30 characters, and must be compliant with the 7-bit ascii code. both the path and the file name cannot contain spaces.