File indexing completed on 2024-11-24 04:49:51
0001 /* -*- c++ -*- 0002 impl/utf8validator.h 0003 0004 This file is part of KSieve, 0005 the KDE internet mail/usenet news message filtering library. 0006 SPDX-FileCopyrightText: 2003 Marc Mutz <mutz@kde.org> 0007 0008 SPDX-License-Identifier: GPL-2.0-only 0009 */ 0010 0011 #pragma once 0012 0013 namespace KSieve 0014 { 0015 extern bool isValidUtf8(const char *s, unsigned int len); 0016 } // namespace KSieve