summaryrefslogtreecommitdiff
path: root/docs/examples/tutorial/string
Commit message (Collapse)AuthorAgeFilesLines
* docs: Resolve several exception handling/propagation issues in the examples.Stefan Behnel2021-06-151-2/+3
|
* Fix line endings.Stefan Behnel2019-02-1521-198/+198
|
* Minor improvements to docs examples.Stefan Behnel2018-06-223-3/+3
|
* Merge pull request #2388 from gabrieldemarmiesse/test_string_13scoder2018-06-221-0/+6
|\ | | | | Adding tests for "Unicode and passing strings" part 13
| * Moved an example of for loop with char* to the examples directory.gabrieldemarmiesse2018-06-211-0/+6
| |
* | Merge pull request #2389 from gabrieldemarmiesse/test_string_14scoder2018-06-223-0/+17
|\ \ | | | | | | Adding tests for "Unicode and passing strings" part 14
| * | Moved examples from string.rst and completed them to make them runnable.gabrieldemarmiesse2018-06-213-0/+17
| |/
* | Merge pull request #2387 from gabrieldemarmiesse/test_string_12scoder2018-06-223-0/+27
|\ \ | | | | | | Adding tests for "Unicode and passing strings" part 12
| * | Moved examples from the string.rst to the examples directory.gabrieldemarmiesse2018-06-213-0/+27
| |/
* | Merge pull request #2386 from gabrieldemarmiesse/test_string_11scoder2018-06-221-0/+10
|\ \ | | | | | | Adding tests for "Unicode and passing strings" part 11
| * | Moved an example of decoding cpp strings to the examples directory.gabrieldemarmiesse2018-06-211-0/+10
| |/
* | Merge pull request #2385 from gabrieldemarmiesse/test_string_10scoder2018-06-221-0/+12
|\ \ | | | | | | Adding tests for "Unicode and passing strings" part 10
| * | Fixed a bug in the cpp example and moved it to the examples directory.gabrieldemarmiesse2018-06-211-0/+12
| |/
* | Merge pull request #2384 from gabrieldemarmiesse/test_string_9scoder2018-06-221-0/+15
|\ \ | | | | | | Adding tests for "Unicode and passing strings" part 9
| * | Put an example of a decoding to utf-8 to the examples directory for testing.gabrieldemarmiesse2018-06-211-0/+15
| |/
* | Merge pull request #2378 from gabrieldemarmiesse/test_string_4scoder2018-06-221-0/+9
|\ \ | |/ |/| Adding tests for "Unicode and passing strings" part 4
| * Put a dummy processing in the function rather than asking the user for decision.gabrieldemarmiesse2018-06-201-3/+5
| |
| * Moved an example from string.rst into the examples directory for testing.gabrieldemarmiesse2018-06-181-0/+7
| |
* | Merge pull request #2381 from gabrieldemarmiesse/test_string_7scoder2018-06-202-0/+7
|\ \ | | | | | | Adding tests for "Unicode and passing strings" part 7
| * | Removed outdated part of the string.rst.gabrieldemarmiesse2018-06-202-8/+0
| | |
| * | Moved stuff from string.rst to the examples directory.gabrieldemarmiesse2018-06-194-0/+15
| |/
* | Merge pull request #2382 from gabrieldemarmiesse/test_string_8scoder2018-06-202-0/+13
|\ \ | | | | | | Adding tests for "Unicode and passing strings" part 8
| * | Put the decoding examples of string.rst in the examples directory.gabrieldemarmiesse2018-06-192-0/+13
| |/
* | Merge pull request #2380 from gabrieldemarmiesse/test_string_6scoder2018-06-201-0/+8
|\ \ | | | | | | Adding tests for "Unicode and passing strings" part 6
| * | Moved an example from the string.rst to the examples directory.gabrieldemarmiesse2018-06-191-0/+8
| |/
* | docs: Give the string input conversion function in the string tutorial a ↵Stefan Behnel2018-06-203-9/+10
| | | | | | | | better name and clarify some comments.
* | Merge pull request #2379 from gabrieldemarmiesse/test_string_5scoder2018-06-203-0/+27
|\ \ | | | | | | Adding tests for "Unicode and passing strings" part 5
| * | Moved an example from string.rst to the examples directory.gabrieldemarmiesse2018-06-193-0/+27
| |/
* | Merge pull request #2377 from gabrieldemarmiesse/test_string_3scoder2018-06-201-0/+5
|\ \ | | | | | | Adding tests for "Unicode and passing strings" part 3
| * | Moved an example from string.rst to the examples directory.gabrieldemarmiesse2018-06-181-0/+5
| |/
* | Moved an example from string.rst to the examples directory.gabrieldemarmiesse2018-06-181-0/+9
|/
* In the string tutorial: Added try...finally and moved a small code snippet ↵gabrieldemarmiesse2018-06-173-17/+8
| | | | back to the .rst file.
* Extended the examples of string.rst and put them in the examples directory ↵gabrieldemarmiesse2018-06-164-0/+48
for testing.