Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/bind9/isc
File: utf8.h
/*
[0] Fix | Delete
* Copyright (C) Internet Systems Consortium, Inc. ("ISC")
[1] Fix | Delete
*
[2] Fix | Delete
* This Source Code Form is subject to the terms of the Mozilla Public
[3] Fix | Delete
* License, v. 2.0. If a copy of the MPL was not distributed with this
[4] Fix | Delete
* file, you can obtain one at https://mozilla.org/MPL/2.0/.
[5] Fix | Delete
*
[6] Fix | Delete
* See the COPYRIGHT file distributed with this work for additional
[7] Fix | Delete
* information regarding copyright ownership.
[8] Fix | Delete
*/
[9] Fix | Delete
[10] Fix | Delete
/*! \file isc/utf8.h */
[11] Fix | Delete
[12] Fix | Delete
#pragma once
[13] Fix | Delete
[14] Fix | Delete
#include <isc/lang.h>
[15] Fix | Delete
#include <isc/types.h>
[16] Fix | Delete
[17] Fix | Delete
ISC_LANG_BEGINDECLS
[18] Fix | Delete
[19] Fix | Delete
bool
[20] Fix | Delete
isc_utf8_bom(const unsigned char *buf, size_t len);
[21] Fix | Delete
/*<
[22] Fix | Delete
* Returns 'true' if the string of bytes in 'buf' starts
[23] Fix | Delete
* with an UTF-8 Byte Order Mark.
[24] Fix | Delete
*
[25] Fix | Delete
* Requires:
[26] Fix | Delete
*\li 'buf' != NULL
[27] Fix | Delete
*/
[28] Fix | Delete
[29] Fix | Delete
bool
[30] Fix | Delete
isc_utf8_valid(const unsigned char *buf, size_t len);
[31] Fix | Delete
/*<
[32] Fix | Delete
* Returns 'true' if the string of bytes in 'buf' is a valid UTF-8
[33] Fix | Delete
* byte sequence otherwise 'false' is returned.
[34] Fix | Delete
*
[35] Fix | Delete
* Requires:
[36] Fix | Delete
*\li 'buf' != NULL
[37] Fix | Delete
*/
[38] Fix | Delete
[39] Fix | Delete
ISC_LANG_ENDDECLS
[40] Fix | Delete
[41] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function