fl_print_format(" When specifying both the %[%r%r%]", file.stream, context.set.notable, f_console_symbol_long_enable_s, fss_basic_list_read_long_object_s, context.set.notable);
fl_print_format(" parameter and the %[%r%r%] parameter, the entire Object and Content are printed, including the formatting.%r", file.stream, context.set.notable, f_console_symbol_long_enable_s, fss_basic_list_read_long_content_s, context.set.notable, f_string_eol_s);
fl_print_format(" Both the Object and Content printed are already escaped.%r", file.stream, f_string_eol_s);
- fl_print_format(" Both the Object and Content are separated by an EOL.%r%r", file.stream, f_string_eol_s, f_string_eol_s);
+ fl_print_format(" Both the Object and Content are separated by a New Line character '\\n' (U+000A).%r%r", file.stream, f_string_eol_s, f_string_eol_s);
fl_print_format(" The parameter %[%r%r%] accepts the following:%r", file.stream, context.set.notable, f_console_symbol_long_enable_s, fss_basic_list_read_long_delimit_s, context.set.notable, f_string_eol_s);
fl_print_format(" - %[%r%]: Do not apply delimits.%r", file.stream, context.set.notable, fss_basic_list_read_delimit_mode_name_none_s, context.set.notable, f_string_eol_s);
#endif // _di_fss_basic_list_write_error_parameter_same_times_print_
/**
- * Print an message about a parameter EOL being unsupported.
+ * Print an message about a parameter a New Line character '\n' (U+000A) being unsupported.
*
* @param main
* The main program data.
#endif // _di_fss_basic_write_error_parameter_value_missing_print_
/**
- * Print an message about a parameter EOL being unsupported.
+ * Print an message about a parameter a New Line character '\n' (U+000A) being unsupported.
*
* @param main
* The main program data.
fl_print_format(" When specifying both the %[%r%r%]", file.stream, context.set.notable, f_console_symbol_long_enable_s, fss_embedded_list_read_long_object_s, context.set.notable);
fl_print_format(" parameter and the %[%r%r%] parameter, the entire Object and Content are printed, including the formatting.%r", file.stream, context.set.notable, f_console_symbol_long_enable_s, fss_embedded_list_read_long_content_s, context.set.notable, f_string_eol_s);
fl_print_format(" Both the Object and Content printed are already escaped.%r", file.stream, f_string_eol_s);
- fl_print_format(" Both the Object and Content are separated by an EOL.%r%r", file.stream, f_string_eol_s, f_string_eol_s);
+ fl_print_format(" Both the Object and Content are separated by a New Line character '\\n' (U+000A).%r%r", file.stream, f_string_eol_s, f_string_eol_s);
fl_print_format(" The parameter %[%r%r%] accepts the following:%r", file.stream, context.set.notable, f_console_symbol_long_enable_s, fss_embedded_list_read_long_delimit_s, context.set.notable, f_string_eol_s);
fl_print_format(" - %[%r%]: Do not apply delimits.%r", file.stream, context.set.notable, fss_embedded_list_read_delimit_mode_name_none_s, context.set.notable, f_string_eol_s);
fl_print_format(" - %[%r%]: (default) Apply all delimits.%r", file.stream, context.set.notable, fss_embedded_list_read_delimit_mode_name_all_s, context.set.notable, f_string_eol_s);
- // @todo
- //fl_print_format(" - %[%r%]: Apply delimits for Objects.%r", file.stream, context.set.notable, fss_embedded_list_read_delimit_mode_name_object, context.set.notable, f_string_eol_s);
fl_print_format(" - A number, 0 or greater: apply delimits for Content at the specified depth.%r", file.stream, f_string_eol_s);
fl_print_format(" - A number, 0 or greater, followed by a %[%r%]: (such as '1+') apply delimits for Content at the specified depth and any greater depth (numerically).%r", file.stream, context.set.notable, fss_embedded_list_read_delimit_mode_name_greater_s, context.set.notable, f_string_eol_s, f_string_eol_s);
fl_print_format(" - A number, 0 or lesser, followed by a %[%r%]: (such as '1-') apply delimits for Content at the specified depth and any lesser depth (numerically).%r%r", file.stream, context.set.notable, fss_embedded_list_read_delimit_mode_name_lesser_s, context.set.notable, f_string_eol_s, f_string_eol_s);
#endif // _di_fss_embedded_list_write_error_parameter_same_times_print_
/**
- * Print an message about a parameter EOL being unsupported.
+ * Print an message about a parameter a New Line character '\n' (U+000A) being unsupported.
*
* @param main
* The main program data.
fl_print_format(" When specifying both the %[%r%r%]", file.stream, context.set.notable, f_console_symbol_long_enable_s, fss_extended_list_read_long_object_s, context.set.notable);
fl_print_format(" parameter and the %[%r%r%] parameter, the entire Object and Content are printed, including the formatting.%r", file.stream, context.set.notable, f_console_symbol_long_enable_s, fss_extended_list_read_long_content_s, context.set.notable, f_string_eol_s);
fl_print_format(" Both the Object and Content printed are already escaped.%r", file.stream, f_string_eol_s);
- fl_print_format(" Both the Object and Content are separated by an EOL.%r%r", file.stream, f_string_eol_s, f_string_eol_s);
+ fl_print_format(" Both the Object and Content are separated by a New Line character '\\n' (U+000A).%r%r", file.stream, f_string_eol_s, f_string_eol_s);
fl_print_format(" The parameter %[%r%r%] accepts the following:%r", file.stream, context.set.notable, f_console_symbol_long_enable_s, fss_extended_list_read_long_delimit_s, context.set.notable, f_string_eol_s);
fl_print_format(" - %[%r%]: Do not apply delimits.%r", file.stream, context.set.notable, fss_extended_list_read_delimit_mode_name_none_s, context.set.notable, f_string_eol_s);
#endif // _di_fss_extended_list_write_error_parameter_same_times_print_
/**
- * Print an message about a parameter EOL being unsupported.
+ * Print an message about a parameter New Line character '\n' (U+000A) being unsupported.
*
* @param main
* The main program data.
#endif // _di_fss_extended_write_error_parameter_value_missing_print_
/**
- * Print an message about a parameter EOL being unsupported.
+ * Print an message about a parameter a New Line character '\n' (U+000A) being unsupported.
*
* @param main
* The main program data.
fl_print_format(" When specifying both the %[%r%r%]", file.stream, context.set.notable, f_console_symbol_long_enable_s, fss_payload_read_long_object_s, context.set.notable);
fl_print_format(" parameter and the %[%r%r%] parameter, the entire Object and Content are printed, including the formatting.%r", file.stream, context.set.notable, f_console_symbol_long_enable_s, fss_payload_read_long_content_s, context.set.notable, f_string_eol_s);
fl_print_format(" Both the Object and Content printed are already escaped.%r", file.stream, f_string_eol_s);
- fl_print_format(" Both the Object and Content are separated by an EOL.%r%r", file.stream, f_string_eol_s, f_string_eol_s);
+ fl_print_format(" Both the Object and Content are separated by a New Line character '\\n' (U+000A).%r%r", file.stream, f_string_eol_s, f_string_eol_s);
fl_print_format(" The parameter %[%r%r%] accepts the following:%r", file.stream, context.set.notable, f_console_symbol_long_enable_s, fss_payload_read_long_delimit_s, context.set.notable, f_string_eol_s);
fl_print_format(" - %[%r%]: Do not apply delimits.%r", file.stream, context.set.notable, fss_payload_read_delimit_mode_name_none_s, context.set.notable, f_string_eol_s);
#endif // _di_fss_payload_write_error_parameter_same_times_print_
/**
- * Print an message about a parameter EOL being unsupported.
+ * Print an message about a parameter New Line character '\n' (U+000A) being unsupported.
*
* @param main
* The main program data.
status = F_status_set_error(F_parameter);
}
- // Ensure a newline is always put at the end of the program execution, unless in quiet mode.
+ // Ensure a new line is always put at the end of the program execution, unless in quiet mode.
if (main->error.verbosity != f_console_verbosity_quiet_e) {
if (F_status_is_error(status) || !data.mode) {
if (F_status_set_fine(status) == F_interrupt) {
object_ended = F_true;
}
- // restore the range, positioned after the newline.
+ // Restore the range, positioned after the new line.
range.start = range.stop + 2;
range.stop = buffer.used - 1;
fll_print_dynamic_raw(f_string_eol_s, file.stream);
} // for
- // Ensure there is always a newline at the end, unless in quiet mode.
+ // Ensure there is always a new line at the end, unless in quiet mode.
if (F_status_is_error_not(status) && main->error.verbosity != f_console_verbosity_quiet_e && main->parameters.array[iki_write_parameter_file_e].result == f_console_result_none_e) {
fll_print_dynamic_raw(f_string_eol_s, file.stream);
}
}
}
- // Ensure a newline is always put at the end of the program execution, unless in quiet mode.
+ // Ensure a new line is always put at the end of the program execution, unless in quiet mode.
if (main->error.verbosity != f_console_verbosity_quiet_e) {
if (F_status_is_error(status)) {
if (F_status_set_fine(status) == F_interrupt) {