|
|
|
|
|
by kungtotte
2307 days ago
|
|
Not exactly the same. Since anything inside ASCII quotes is typically considered a valid string in most programming languages, if you delete everything after the final quotation mark you have a syntactically valid program. It won't do what you want, but it's not a syntax error. So unicode quotes and ASCII quotes are not exactly the same in this scenario. |
|