You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
-
3What is the file spec simply a flat file - however the normal way is ask the provider of the spec to explain as it is not clearmmmmmm– mmmmmm2018-08-22 17:40:54 +00:00Commented Aug 22, 2018 at 17:40
-
This maybe relevant: stackoverflow.com/questions/3825390/…NoChance– NoChance2018-08-22 18:16:16 +00:00Commented Aug 22, 2018 at 18:16
-
2@mathewb You should not assume anything, if the spec is not clear you should ask for clarification. You can ensure whatever you want but if the other parties do not expect that it's not going to work well.Stop harming Monica– Stop harming Monica2018-08-22 20:00:14 +00:00Commented Aug 22, 2018 at 20:00
-
1Your question is unclear. ASCII and Unicode are different things, you cannot contrast them in the way you do. ASCII is both a character set (i.e. literally an unordered collection of unique characters) and a character encoding (i.e. it assigns a single unambiguous bit pattern to each character from the character set so that there is a bijective function between characters and bit patterns). Unicode is also a character set (like ASCII), but it is not a concrete encoding like ASCII, it is only an abstract encoding. Unicode doesn't assign bit patterns to characters, only an abstract integer.Jörg W Mittag– Jörg W Mittag2018-08-22 20:36:23 +00:00Commented Aug 22, 2018 at 20:36
-
1Therefore, it is simply impossible for a file to be "encoded in Unicode", since Unicode doesn't have an encoding. There are many, many, many different encodings for Unicode, like UTF-9, UTF-18, UTF-7,5, UTF-7, UTF-32LE, UTF-32BE, UTF-16LE, UTF-16BE, and UTF-8, to name just a few. Actually, the ASCII character set is a subset of Unicode, which makes the ASCII encoding a Unicode encoding for that particular Unicode subset. So, in some sense, any ASCII file is a "Unicode file", so distinguishing between ASCII files and Unicode files also doesn't make sense from that perspective.Jörg W Mittag– Jörg W Mittag2018-08-22 20:39:46 +00:00Commented Aug 22, 2018 at 20:39
|
Show 5 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. design-patterns), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you