mirror of
https://github.com/Rayerd/dfl.git
synced 2025-04-26 04:59:55 +03:00
10 lines
309 B
D
10 lines
309 B
D
|
|
// This file is provided for compatibility, it is now deprecated.
|
|
// import dfl.internal.utf instead.
|
|
// You are free to delete this file when no longer needed.
|
|
|
|
module dfl.utf;
|
|
|
|
public import dfl.internal.utf;
|
|
|
|
pragma(msg, "DFL: *** ERROR: dfl.utf is deprecated, please import dfl.internal.utf");
|